From 030a471828e1a12afad4c5ee948764bd1c656a4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 16 Feb 2007 10:50:31 +0000 Subject: [PATCH] specify Y'CbCrA model instead of Y'CbCr for Y'CbCrA float. * babl/base/formats.c: (babl_formats_init): specify Y'CbCrA model instead of Y'CbCr for Y'CbCrA float. svn path=/trunk/; revision=218 --- ChangeLog | 5 +++++ babl/base/formats.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 508693d..5e575b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-16 Øyvind Kolås + + * babl/base/formats.c: (babl_formats_init): specify Y'CbCrA model + instead of Y'CbCr for Y'CbCrA float. + 2007-02-15 Øyvind Kolås * extensions/gegl-fixups.c: (conv_rgbAF_rgb8): simplified logic diff --git a/babl/base/formats.c b/babl/base/formats.c index 52c09ff..61233c4 100644 --- a/babl/base/formats.c +++ b/babl/base/formats.c @@ -170,7 +170,7 @@ babl_formats_init (void) babl_component_id (BABL_CR), NULL); babl_format_new ( - babl_model_id (BABL_YCBCR), + babl_model_id (BABL_YCBCR_ALPHA), babl_type_id (BABL_FLOAT), babl_component_id (BABL_LUMA), babl_type_id (BABL_FLOAT), -- 2.30.2